home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / features / syntax.hsc < prev    next >
Encoding:
Text File  |  1997-10-12  |  881 b   |  23 lines

  1. <WEBPAGE chapter="hsc - Features - " title="Syntax Check"
  2.     PREV="strip.html"
  3.     NEXT="assign.html">
  4.  
  5. <P>When parsing your input, <hsc> performs a syntax check on it. It
  6. tests for things like missing end-tags, illegal tag nesting or missing
  7. required tags.It also tests attributes for tags, e.g. allowed values
  8. for the <CODE>ALIGN</CODE> option of <TG>IMG</TG>. </P>
  9.  
  10. <P>However, the syntax check of <hsc> is not very powerful compared
  11. to tools that only handle this task.</P>
  12.  
  13. <P>(<TechNote> Most errors <hsc> handles are of the kind "Well, now a
  14. have to program
  15. this <CODE>if (..)</CODE> to avoid an enforcer hit/segmentation
  16. fault, why not display an error message now..".)
  17.  
  18. <P>So if <hsc> does not report any syntax errors, it doesn't mean that
  19. your source is 100% correct. For a more complete and strict test, take
  20. a look at tools mentioned at <ln_related>.</P>
  21.  
  22. </WEBPAGE>
  23.